home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / refint / REFINT.ZIP / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  1998-05-27  |  4.2 KB  |  179 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 110
  4.   Width = 588
  5.   Height = 402
  6.   Caption = 'Referential Integrity'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter2: TSplitter
  19.     Left = 0
  20.     Top = 193
  21.     Width = 580
  22.     Height = 4
  23.     Cursor = crVSplit
  24.     Align = alTop
  25.   end
  26.   object Panel4: TPanel
  27.     Left = 0
  28.     Top = 197
  29.     Width = 580
  30.     Height = 159
  31.     Align = alClient
  32.     TabOrder = 2
  33.     object Splitter3: TSplitter
  34.       Left = 161
  35.       Top = 1
  36.       Width = 4
  37.       Height = 157
  38.       Cursor = crHSplit
  39.       OnMoved = Splitter3Moved
  40.     end
  41.     object DBGParentTables: TDBGrid
  42.       Left = 1
  43.       Top = 1
  44.       Width = 160
  45.       Height = 157
  46.       Align = alLeft
  47.       DataSource = RefInt1.
  48.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  49.       TabOrder = 0
  50.       TitleFont.Charset = DEFAULT_CHARSET
  51.       TitleFont.Color = clWindowText
  52.       TitleFont.Height = -11
  53.       TitleFont.Name = 'MS Sans Serif'
  54.       TitleFont.Style = []
  55.     end
  56.     object DBGParentFields: TDBGrid
  57.       Left = 165
  58.       Top = 1
  59.       Width = 414
  60.       Height = 157
  61.       Align = alClient
  62.       DataSource = RefInt1.
  63.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  64.       TabOrder = 1
  65.       TitleFont.Charset = DEFAULT_CHARSET
  66.       TitleFont.Color = clWindowText
  67.       TitleFont.Height = -11
  68.       TitleFont.Name = 'MS Sans Serif'
  69.       TitleFont.Style = []
  70.     end
  71.   end
  72.   object Panel3: TPanel
  73.     Left = 0
  74.     Top = 49
  75.     Width = 580
  76.     Height = 144
  77.     Align = alTop
  78.     Caption = 'Panel3'
  79.     TabOrder = 1
  80.     object Splitter1: TSplitter
  81.       Left = 161
  82.       Top = 1
  83.       Width = 4
  84.       Height = 142
  85.       Cursor = crHSplit
  86.       OnMoved = Splitter1Moved
  87.     end
  88.     object DBGTables: TDBGrid
  89.       Left = 1
  90.       Top = 1
  91.       Width = 160
  92.       Height = 142
  93.       Align = alLeft
  94.       DataSource = RefInt1.
  95.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  96.       TabOrder = 0
  97.       TitleFont.Charset = DEFAULT_CHARSET
  98.       TitleFont.Color = clWindowText
  99.       TitleFont.Height = -11
  100.       TitleFont.Name = 'MS Sans Serif'
  101.       TitleFont.Style = []
  102.     end
  103.     object DBGFields: TDBGrid
  104.       Left = 165
  105.       Top = 1
  106.       Width = 414
  107.       Height = 142
  108.       Align = alClient
  109.       DataSource = RefInt1.
  110.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  111.       TabOrder = 1
  112.       TitleFont.Charset = DEFAULT_CHARSET
  113.       TitleFont.Color = clWindowText
  114.       TitleFont.Height = -11
  115.       TitleFont.Name = 'MS Sans Serif'
  116.       TitleFont.Style = []
  117.     end
  118.   end
  119.   object Panel5: TPanel
  120.     Left = 0
  121.     Top = 0
  122.     Width = 580
  123.     Height = 49
  124.     Align = alTop
  125.     TabOrder = 0
  126.     object Label1: TLabel
  127.       Left = 59
  128.       Top = 20
  129.       Width = 55
  130.       Height = 13
  131.       Caption = 'Database : '
  132.     end
  133.     object CBDatabases: TComboBox
  134.       Left = 120
  135.       Top = 16
  136.       Width = 145
  137.       Height = 21
  138.       Style = csDropDownList
  139.       ItemHeight = 13
  140.       TabOrder = 0
  141.       OnChange = CBDatabasesChange
  142.     end
  143.   end
  144.   object MainMenu1: TMainMenu
  145.     Left = 80
  146.     Top = 120
  147.     object Quit1: TMenuItem
  148.       Caption = '&Quit'
  149.       OnClick = Quit1Click
  150.     end
  151.     object Integrity1: TMenuItem
  152.       Caption = '&Integrity'
  153.       object Clearall1: TMenuItem
  154.         Caption = '&Clear all'
  155.         OnClick = Clearall1Click
  156.       end
  157.       object Setall1: TMenuItem
  158.         Caption = '&Save'
  159.         OnClick = Setall1Click
  160.       end
  161.     end
  162.     object Register1: TMenuItem
  163.       Caption = '&Register'
  164.       OnClick = Register1Click
  165.     end
  166.   end
  167.   object RefInt1: TRefInt
  168.     Active = False
  169.     AliasName = 'DBGestion'
  170.     DBGFields = DBGFields
  171.     DBGParentFields = DBGParentFields
  172.     DBGParentTables = DBGParentTables
  173.     DBGTables = DBGTables
  174.     InternalAliasName = 'RefInt'
  175.     Left = 248
  176.     Top = 129
  177.   end
  178. end
  179.